Extension point logConfig
In component org.nuxeo.runtime.stream.service
Contribution Descriptors
- Class: org.nuxeo.runtime.stream.LogConfigDescriptor
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
-
<extension point="logConfig" target="org.nuxeo.runtime.stream.service"> <logConfig> <!-- command stream size sets the maximum concurrency for the scroller computation in the Nuxeo cluster --> <log name="bulk/command" size="2"/> <!-- status stream size sets the maximum concurrency for the status computation in the Nuxeo cluster --> <log name="bulk/status" size="1"/> <!-- done stream size sets the maximum concurrency for the triggers computations --> <log name="bulk/done" size="1"/> </logConfig> </extension>
-
<extension point="logConfig" target="org.nuxeo.runtime.stream.service"> <logConfig default="true" name="default" type="chronicle"> <option name="retention">4d</option> </logConfig> <logConfig name="bulk" type="chronicle"> <option name="retention">4d</option> <log name="bulk/command" size="2"/> <log name="bulk/status" size="2"/> <log name="bulk/done" size="1"/> <match name="bulk/"/> </logConfig> </extension>
-
<extension point="logConfig" target="org.nuxeo.runtime.stream.service"> <logConfig name="audit" type="chronicle"> <option name="retention">4d</option> <match name="audit/"/> </logConfig> </extension>